In this episode we set up the PS/2 mouse device, and set up some mouse interrupt routines and handlers to move the mouse around the screen. ➤Discord: https://discordapp.com/invite/p2JYhr9 ➤Github: https://github.com/Absurdponcho/PonchoOS/tree/Episode-14-Mouse1 ➤Patreon (Get Early Access To Videos): https://www.patreon.com/PonchoYT ➤UEFI Specification: https://www.uefi.org/specifications ➤Helpful Links: https://wiki.osdev.org/Mouse_Input https://wiki.osdev.org/PS/2_Mouse 0:00 Intro 0:07 A Couple Bug Fixes 1:03 Mouse Interrupt Handler 4:22 Enable The PS/2 Mouse 11:13 Unmasking The Correct Bit 11:51 Success 1 12:15 HandlePS2Mouse() 17:00 ProcessMousePacket() 24:06 Success 2 24:25 Conclusion